projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
176b179
)
(cua-global-keymap, cua--region-keymap):
author
Kim F. Storm
<storm@cua.dk>
Sun, 28 Jan 2007 22:34:31 +0000
(22:34 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 28 Jan 2007 22:34:31 +0000
(22:34 +0000)
Declare earlier to avoid byte compiler warnings.
lisp/emulation/cua-base.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/cua-base.el
b/lisp/emulation/cua-base.el
index 9311bdc06134c17732c01423847db7cfbcb2c1b1..0463b01b7e3d017386358889b5464d140dc57f5f 100644
(file)
--- a/
lisp/emulation/cua-base.el
+++ b/
lisp/emulation/cua-base.el
@@
-399,6
+399,9
@@
and after the region marked by the rectangle to search."
(other :tag "Enabled" t))
:group 'cua)
+(defvar cua-global-keymap) ; forward
+(defvar cua--region-keymap) ; forward
+
(defcustom cua-rectangle-mark-key [(control return)]
"Global key used to toggle the cua rectangle mark."
:set #'(lambda (symbol value)